home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / lingua / readme.txt < prev    next >
Text File  |  1995-12-22  |  3KB  |  87 lines

  1. (***************************************************************************)
  2. (*                                                                         *)
  3. (*   #####    #####     #####   #####    #####    ####    ######  #######  *)
  4. (*  #        #     #   #          #     #        #    #   #          #     *)
  5. (*  #        #     #   #  ###     #      ####    #    #   ###        #     *)
  6. (*  #        #     #   #    #     #          #   #    #   #          #     *)
  7. (*   #####    #####     #####   #####   #####     ####    #          #     *)
  8. (*                                                                         *)
  9. (***************************************************************************)
  10. {
  11.  (c) 1995 Cogisoft
  12.  This component is FREE distribution. Use it for your own utilization.
  13.  But you can't sell an application, using this component, without the
  14.  authorization of Cogisoft.
  15.  
  16.  COGISOFT,H⌠tel de MΘziΦres,19 rue Michel Le Comte,75003 PARIS,FRANCE
  17.  Tel:(1)40-65-04-04, FAX:(1)42-72-27-87
  18.  
  19.  NO CODING !!!
  20.  Jerome VOLLET, CompuServe : 100560,3342
  21. }
  22.  
  23. NO CODING !!! : COMPONENT LINGUA DOESN'T NEED ANY CODING TO TANSLATE !!!
  24.  
  25. 1.Prerequesite
  26. 2.Installation
  27. 3.Add a new language
  28. 4.Translate an existing application
  29. 5.Component LINGUA
  30.  
  31.  
  32.  
  33. 1.Prerequesite:
  34.  
  35. I have drawn the Lingua's icon myself, thank you for leniency !!!
  36.  
  37.  
  38. 2.Installation:
  39.  
  40. -Copy the files to your hard disk.
  41. -Register this component by choosing the file LINGUA.PAS.
  42. -Create an alias LINGUA wich points on the directory containing the
  43. tables LANGLIST.DB, LANGWORD.DB, LANG.DB.
  44. -Run the demo DPR.
  45.  
  46.  
  47. 3.Add a new language:
  48.  
  49. -Click with the right button.
  50. -Select in thepopup menu : Add Language.
  51. -Appears a dialog box, type in the new language, and do OK.
  52. -then you're prompt to translate some new keywords.
  53.  
  54.  
  55. 4.Translate an existing application:
  56.  
  57. -Create a new project using the Gallery MDIApplication.
  58. -Put the component Lingua on the main form.
  59. -Choose the alias LINGUA. ( if it doesn't exist, create it )
  60. -Click with the riht button.
  61. -Select in the popup menu : Update cookie.
  62. -It displays a dialog box.
  63. -Checking a name will make it translate at run-time.
  64.  
  65.  
  66. 5.Component LINGUA:
  67.  
  68. Property Check : Click on the [...] to check the translation.
  69. Property Cookie are the first characters wich match to
  70. determine a keyword to be translate.
  71. Property DatabaseName is where the tables LANGLIST.DB, LANGWORD.DB
  72. and LANG.DB are.
  73. Property Language is a DropdownList, select your Language.
  74. Property NewWordPrompt is set by default to True. If the translation
  75. of a keyword could not be found, then it prompt the user to translate
  76. it.
  77.  
  78.  
  79. More technical informations ???
  80. Let have a look to the source code of LINGUA.PAS ...
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.